/* ================================
   THEME VARIABLES MAPPING
================================ */
:root {
  --thm-primary: #6fa843;
  --thm-secondary: #8b6a3e;
  --thm-light: #f9fbf7;
  --thm-dark: #000b09;
  --thm-gray: #6b6f68;
}

/* Logo images ko exclude karo */
.logo img,
.main-menu-three__logo img,
.footer-widget-two__about-logo img,
.site-footer-two__content-img img,
.mobile-nav__content .logo-box img,
.logo-box img {
  width: auto !important;
  height: auto !important;
  max-width: 190px !important;
  max-height: 160px !important;
  object-fit: contain !important;
  /* aspect-ratio: auto !important; */
}

/* Logo2 specifically - proper aspect ratio */
.logo img[src*="logo2"],
a img[src*="logo2"],
.logo-box img[src*="logo2"] {
  width: 170px !important;
  height: auto !important;
  max-width: 180px !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
}

/* Section spacing */
.projects-page {
  padding: 70px 0;
}

.custom-img {
  width: 180px;
  /* Desktop default */
  height: 180px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  margin: 0 auto 20px;
  /* Center image */
}

/* Tablets */
@media (max-width: 1024px) {
  .custom-img {
    width: 120px;
    height: 120px;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .custom-img {
    width: 120px;
    height: 120px;
  }
}

/* Single project box */
.projects-page__single {
  margin-bottom: 24px;
}

/* Image wrapper */
.projects-page__img {
  position: relative;
  width: 100%;
  height: 260px;
  /* 🔥 same height for all images */
  overflow: hidden;
  border-radius: 10px;
}

/* Image fit */
.projects-page__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* image crop but perfect fit */
  transition: transform 0.4s ease;
}

/* Hover zoom effect */
.projects-page__single:hover .projects-page__img img {
  transform: scale(1.08);
}

/* Plus icon center */
.projects-page__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s ease;
}

/* Icon visible on hover */
.projects-page__single:hover .projects-page__icon {
  opacity: 1;
}

/* Icon style */
.projects-page__icon a {
  width: 50px;
  height: 50px;
  background: #6fa843;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 16px;
}

@media (max-width: 768px) {
  .projects-page__img {
    height: 200px;
  }
}

.project-detail__img img,
.project-detail__gallery img {
  width: 100%;
  border-radius: 8px;
}

.project-detail__content {
  margin-top: 30px;
}

.project-detail__list li {
  margin-bottom: 8px;
}

.project-detail__sidebar {
  background: #f9fbf7;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.project-detail__info li {
  margin-bottom: 12px;
}

.project-detail__progress {
  margin-top: 25px;
}

.progress {
  height: 10px;
  background: #e6eae3;
  border-radius: 10px;
}

.progress-bar {
  background: #6fa843;
  font-size: 12px;
  line-height: 10px;
}

/* 🎬 Video Grid */
.video-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  justify-items: center;
  align-items: center;
  max-width: 1700px;
  margin: 0 auto;
  width: 95%;
}

/* 🎥 Video Card */
.video-item {
  position: relative;
  width: 100%;
  padding: 14px;
  border-radius: 22px;

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  transition: all 0.4s ease;
}

/* ✨ Glow Border Effect */
.video-item::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 24px;
  background: linear-gradient(
    120deg,
    rgba(11, 230, 15, 0.6),
    rgba(255, 174, 0, 0.5),
    rgba(11, 230, 15, 0.6)
  );
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s ease;
}

/* 🚀 Hover Effects */
.video-item:hover {
  transform: translateY(-10px) scale(1.02);
}

.video-item:hover::before {
  opacity: 1;
}

/* 📺 Iframe */
.video-item iframe {
  width: 100%;
  height: 380px;
  border-radius: 16px;
  border: none;
  display: block;
  background: #000;
}

/* 📱 Responsive */
@media (max-width: 992px) {
  .video-grid {
    grid-template-columns: 1fr;
    gap: 35px;
    max-width: 92%;
  }

  .video-item iframe {
    height: 300px;
  }
}

@media (max-width: 576px) {
  .cleaning-section {
    padding: 60px 0;
  }

  .video-item {
    padding: 10px;
    border-radius: 18px;
  }

  .video-item iframe {
    height: 240px;
    border-radius: 14px;
  }
}

.cleaning-section {
  padding: 80px 0;

  overflow: hidden;
}

.causes-two__img img {
  height: 320px;
  /* aap 300–380px bhi kar sakte ho */
  width: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .causes-two__img img {
    height: 260px;
  }
}

.blog-details__img img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}

.services-two__shape-1 {
  position: absolute;
  top: -30px;
  /* value badha–ghata sakte ho */
}

@media (max-width: 768px) {
  .services-two__shape-1 {
    top: -15px;
  }
}

/* ===============================
   HOME INTRO – THEME MATCH
================================ */

.home-intro {
  position: relative;
  background: #ffffff;
  overflow: hidden;
}

.home-intro p {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
}

/* Buttons – exact theme feel */
.thm-btn--outline {
  background: transparent;
  border: 2px solid var(--thm-primary);
  color: var(--thm-primary);
  transition: all 0.4s ease;
}

.thm-btn--outline:hover {
  background: var(--thm-primary);
  color: #fff;
}

/* ===============================
   WHY WE EXIST
================================ */

.why-we-exist {
  position: relative;
}

.why-we-exist h3 {
  font-weight: 700;
  margin-bottom: 15px;
}

.why-we-exist img {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

/* ===============================
   CORE COMMITMENT ICON BOX
================================ */

.core-commitment i {
  color: var(--thm-primary);
}

.core-commitment .col-md-3 {
  transition: all 0.4s ease;
}

.core-commitment .col-md-3:hover {
  transform: translateY(-10px);
}

/* ===============================
   FEATURED INITIATIVES CARDS
================================ */

.service-box {
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: all 0.4s ease;
}

.service-box:hover {
  transform: translateY(-15px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}

.service-box h5 {
  font-weight: 700;
  margin-bottom: 10px;
}

/* ===============================
   CTA SECTION
================================ */

.cta {
  background: linear-gradient(135deg, var(--thm-primary), var(--thm-base));
  color: #fff;
}

.cta h2,
.cta p {
  color: #fff;
}

.cta .thm-btn {
  background: #fff;
  color: var(--thm-primary);
}

.cta .thm-btn:hover {
  background: var(--thm-secondary);
  color: #fff;
}

.custom-title {
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 20px;
}

.tab-btn {
  font-size: 18px !important;
}

/* ================================
   BANNER SUBTITLE & BUTTON STYLES
================================ */

.banner-subtitle-text {
  font-size: 20px;
  line-height: 1.8;
  color: #ffffff;
  margin-bottom: 35px;
  margin-top: 45px;
  font-weight: 500;
  max-width: 600px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  animation: fadeInUp 1.2s ease-out 0.4s both;
  border-left: 3px solid rgba(139, 195, 74, 0.5);
  padding-left: 20px;
}

.banner-one__content {
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  .banner-subtitle-text {
    font-size: 16px;
    margin-bottom: 25px;
  }
  
  .banner-one__title {
    font-size: 36px;
    line-height: 1.3;
    margin-top: 20px;
  }
}

/* Multiple buttons in banner */
.banner-one__btn-box {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 35px;
  margin-bottom: 40px;
}

.banner-one__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.banner-one__btn .thm-btn {
  white-space: nowrap;
}

@media (min-width: 992px) {
  .banner-one__btn-box {
    gap: 25px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .banner-one__btn-box {
    gap: 15px;
  }
  
  .banner-one__btn .thm-btn {
    font-size: 14px;
    padding: 12px 18px;
  }
}

@media (max-width: 768px) {
  .banner-one__btn-box {
    gap: 15px;
    margin-top: 25px;
    margin-bottom: 30px;
  }
  
  .banner-one__btn .thm-btn {
    font-size: 14px;
    padding: 14px 20px;
  }
}

@media (max-width: 576px) {
  .banner-one__btn-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    margin-bottom: 25px;
  }
  
  .banner-one__btn {
    width: 100%;
  }
  
  .banner-one__btn .thm-btn {
    width: 100%;
    text-align: center;
    padding: 14px 18px;
    font-size: 14px;
  }
}

@media (max-width: 400px) {
  .banner-one__btn .thm-btn {
    padding: 12px 16px;
    font-size: 13px;
  }
  
  .banner-one__btn .thm-btn-text {
    font-size: 13px;
  }
}

.thm-btn-white {
  background: #fff !important;
  color: var(--thm-primary) !important;
  border: 2px solid #fff;
}

.thm-btn-white:hover {
  background: var(--thm-primary) !important;
  color: #fff !important;
}

.thm-btn-outline {
  background: transparent !important;
  color: #fff !important;
  border: 2px solid #fff;
}

.thm-btn-outline:hover {
  background: var(--thm-primary) !important;
  border-color: var(--thm-primary) !important;
  color: #fff !important;
}

@media (max-width: 768px) {
  .banner-one__btn-box {
    gap: 15px;
    margin-top: 25px;
  }
}

/* ================================
   ABOUT TWO SECTION - ENHANCED DESIGN
   Updated: Improved styling and responsiveness
 ================================ */

.about-two {
  padding: 80px 0;
  background: #fff;
}

.about-two .row {
  align-items: center;
}

.about-two__left {
  padding-right: 30px;
}

.about-two__text {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 25px;
}

.about-two__highlights {
  margin-top: 30px;
}

.about-two__highlights .highlight-item {
  background: linear-gradient(135deg, #f8f9ff 0%, #fff 100%);
  padding: 20px 25px;
  border-radius: 12px;
  margin-bottom: 15px;
  border-left: 4px solid var(--thm-primary);
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.about-two__highlights .highlight-item:hover {
  background: linear-gradient(135deg, #fff 0%, #f0f4ff 100%);
  transform: translateX(8px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.about-two__highlights .highlight-item h4 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #333;
  display: flex;
  align-items: center;
  gap: 10px;
}

.about-two__highlights .highlight-item h4 i {
  color: var(--thm-primary);
  font-size: 18px;
}

.about-two__highlights .highlight-item p {
  font-size: 14px;
  line-height: 1.7;
  color: #666;
  margin: 0;
}

.about-two__btn-and-client-box {
  margin-top: 35px;
  display: flex;
  align-items: center;
  gap: 25px;
}

/* Image Section */
.about-two__right {
  position: relative;
}

.about-two__img-box {
  position: relative;
}

.about-two__img {
  position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.about-two__img img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.about-two__img:hover img {
  transform: scale(1.05);
}

.about-two__img-3 {
  position: absolute;
  right: -30px;
  bottom: 40px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 5px solid #fff;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.about-two__img-3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-two__support {
  position: absolute;
  left: -20px;
  bottom: 80px;
  background: var(--thm-primary);
  color: #fff;
  padding: 20px 30px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.about-two__support h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

.about-two__support h3 span {
  color: #ffc107;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .about-two__left {
    padding-right: 20px;
  }
  
  .about-two__img img {
    height: 420px;
  }
  
  .about-two__img-3 {
    width: 150px;
    height: 150px;
    right: -20px;
    bottom: 30px;
  }
  
  .about-two__support {
    left: -10px;
    bottom: 60px;
    padding: 15px 25px;
  }
}

@media (max-width: 992px) {
  .about-two {
    padding: 60px 0;
  }
  
  .about-two__left {
    padding-right: 0;
    margin-bottom: 40px;
  }
  
  .about-two__img img {
    height: 380px;
  }
  
  .about-two__img-3 {
    width: 130px;
    height: 130px;
    right: 15px;
    bottom: 20px;
  }
  
  .about-two__support {
    left: 15px;
    bottom: 40px;
    padding: 12px 20px;
  }
  
  .about-two__support h3 {
    font-size: 16px;
  }
  
  .about-two__btn-and-client-box {
    flex-direction: row;
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .about-two {
    padding: 50px 0;
  }
  
  .about-two__highlights .highlight-item {
    padding: 18px 20px;
  }
  
  .about-two__highlights .highlight-item h4 {
    font-size: 15px;
  }
  
  .about-two__highlights .highlight-item p {
    font-size: 13px;
  }
  
  .about-two__img img {
    height: 320px;
  }
  
  .about-two__img-3 {
    width: 100px;
    height: 100px;
    right: 10px;
    bottom: 15px;
    border-width: 3px;
  }
  
  .about-two__support {
    left: 10px;
    bottom: 25px;
    padding: 10px 15px;
  }
  
  .about-two__support h3 {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .about-two {
    padding: 40px 0;
  }
  
  .about-two__text {
    font-size: 15px;
  }
  
  .about-two__highlights .highlight-item {
    padding: 15px 18px;
    margin-bottom: 12px;
  }
  
  .about-two__highlights .highlight-item h4 {
    font-size: 14px;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  
  .about-two__highlights .highlight-item p {
    font-size: 12px;
  }
  
  .about-two__img img {
    height: 280px;
    border-radius: 15px;
  }
  
  .about-two__img-3 {
    width: 80px;
    height: 80px;
    right: 8px;
    bottom: 10px;
  }
  
  .about-two__support {
    display: none;
  }
  
  .about-two__btn-and-client-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}

/* ================================
   ABOUT HIGHLIGHTS SECTION (OLD - Keeping for fallback)
 ================================ */

/* ================================
   SERVICES CAROUSEL ENHANCED
 ================================ */

.services-two__single {
  height: 100%;
}

.services-two__content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.services-two__text {
  flex-grow: 1;
  font-size: 15px;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .services-two__text {
    font-size: 14px;
  }
}

/* ================================
   COUNTER SECTION RESPONSIVE
================================ */

.counter-one__count {
  font-size: 48px;
}

.counter-one__text {
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .counter-one__count {
    font-size: 36px;
  }

  .counter-one__text {
    font-size: 14px;
  }
}

/* ================================
   GENERAL RESPONSIVE IMPROVEMENTS
================================ */

.section-title__title {
  font-size: 40px;
}

@media (max-width: 768px) {
  .section-title__title {
    font-size: 28px;
  }
}

/* Improved spacing for mobile */
@media (max-width: 480px) {
  .banner-one__sub-title {
    font-size: 14px;
  }

  .banner-one__title {
    font-size: 28px;
    line-height: 1.3;
  }

  .banner-subtitle-text {
    font-size: 14px;
  }

  .about-two__highlights {
    margin-top: 20px;
  }
}

/* ================================
   WHY WE EXIST SECTION
================================ */

.why-we-exist-section {
  padding: 100px 0;
  background-color: #f9fbf7;
  /* Simple solid light background */
  position: relative;
  overflow: hidden;
}

.why-we-exist-section::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: rgba(250, 75, 28, 0.03);
  /* Simple solid transparency */
  border-radius: 50%;
  z-index: 0;
}

.why-we-exist-content {
  position: relative;
  z-index: 1;
}

.why-exist-text h3 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 25px;
  color: var(--thm-primary);
  line-height: 1.3;
  letter-spacing: -0.5px;
}

.why-exist-para {
  font-size: 16px;
  line-height: 1.9;
  color: #6b6f68;
  margin-bottom: 18px;
  font-weight: 500;
}

.why-exist-para strong {
  color: var(--thm-primary);
  font-weight: 700;
  background: linear-gradient(120deg, var(--thm-primary), var(--thm-secondary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.why-exist-highlights-box {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-top: 20px;
}

.problem-box {
  background: #ffffff;
  padding: 28px;
  border-radius: 14px;
  border-left: 5px solid var(--thm-primary);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.09);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.problem-box::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background: var(--thm-primary);
  /* Simplified background */
  opacity: 0.05;
  border-radius: 50%;
  transform: translate(50%, -50%);
  transition: all 0.35s ease;
}

.problem-box:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 16px 40px rgba(250, 75, 28, 0.15);
  border-left-color: var(--thm-secondary);
}

.problem-box:hover::before {
  transform: translate(30%, -70%);
  opacity: 0.1;
}

.problem-icon {
  width: 56px;
  height: 56px;
  background: var(--thm-primary);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 26px;
  margin-bottom: 16px;
  box-shadow: 0 8px 16px rgba(250, 75, 28, 0.2);
  transition: all 0.35s ease;
}

.problem-box:hover .problem-icon {
  transform: rotate(8px) scale(1.1);
  box-shadow: 0 12px 24px rgba(250, 75, 28, 0.3);
}

.problem-box h4 {
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--thm-dark);
  font-size: 18px;
  letter-spacing: -0.3px;
}

.problem-box p {
  font-size: 14px;
  color: #777;
  line-height: 1.7;
  margin: 0;
  font-weight: 500;
}

.solution-statement {
  background: var(--thm-primary);
  color: #fff;
  padding: 50px 45px;
  border-radius: 18px;
  margin-top: 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
  animation: slideInUp 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.solution-statement::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 2px,
    rgba(255, 255, 255, 0.05) 2px,
    rgba(255, 255, 255, 0.05) 4px
  );
  animation: moveStripes 20s linear infinite;
}

.solution-statement h3 {
  font-size: 26px;
  margin-bottom: 16px;
  font-weight: 800;
  position: relative;
  z-index: 1;
  letter-spacing: -0.5px;
}

.solution-statement p {
  font-size: 17px;
  line-height: 1.8;
  margin: 0;
  position: relative;
  z-index: 1;
  font-weight: 500;
  letter-spacing: 0.3px;
}

@keyframes moveStripes {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(50px, 50px);
  }
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .why-we-exist-section {
    padding: 60px 0;
  }

  .why-exist-text h3 {
    font-size: 26px;
    margin-bottom: 18px;
  }

  .why-exist-para {
    font-size: 15px;
    margin-bottom: 14px;
  }

  .problem-box {
    padding: 20px;
    border-left-width: 4px;
  }

  .solution-statement {
    padding: 35px 25px;
    margin-top: 40px;
  }

  .solution-statement h3 {
    font-size: 22px;
    margin-bottom: 12px;
  }

  .solution-statement p {
    font-size: 15px;
  }
}

/* ================================
   MISSION & VISION SECTION
================================ */

.mission-vision-section {
  padding: 100px 0;
  background: linear-gradient(
    135deg,
    #ffffff 0%,
    rgba(241, 249, 251, 0.5) 100%
  );
  position: relative;
  overflow: hidden;
}

.mission-vision-section::after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    rgba(38, 204, 140, 0.08) 0%,
    transparent 70%
  );
  border-radius: 50%;
  z-index: 0;
}

.mission-vision-box {
  background: linear-gradient(135deg, #ffffff 0%, rgba(250, 75, 28, 0.02) 100%);
  padding: 45px;
  border-radius: 16px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.8);
  overflow: hidden;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.mission-box {
  border-top: 5px solid var(--thm-primary);
}

.vision-box {
  border-top: 5px solid var(--thm-secondary);
}

.mission-vision-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 150%;
  background: radial-gradient(
    circle at 50% 0%,
    rgba(250, 75, 28, 0.08),
    transparent 70%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.mission-vision-box:hover {
  transform: translateY(-12px) scale(1.01);
}

.mission-vision-box:hover::before {
  opacity: 1;
}

.mission-vision-icon {
  width: 85px;
  height: 85px;
  background: var(--thm-primary);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 40px;
  margin: 0 auto 24px;
  transition: all 0.4s ease;
  position: relative;
  z-index: 2;
}

.mission-vision-box:hover .mission-vision-icon {
  transform: scale(1.15) rotate(-5deg);
}

.mission-vision-box h3 {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 18px;
  color: var(--thm-primary);
  letter-spacing: -0.4px;
  position: relative;
  z-index: 2;
}

.mission-vision-box p {
  font-size: 15px;
  line-height: 1.85;
  color: #6b6f68;
  margin: 0;
  flex-grow: 1;
  font-weight: 500;
  position: relative;
  z-index: 2;
  letter-spacing: 0.2px;
}

@media (max-width: 768px) {
  .mission-vision-section {
    padding: 60px 0;
  }

  .mission-vision-box {
    padding: 30px;
    margin-bottom: 25px;
    min-height: auto;
  }

  .mission-vision-icon {
    width: 70px;
    height: 70px;
    font-size: 32px;
    margin-bottom: 18px;
  }

  .mission-vision-box h3 {
    font-size: 22px;
    margin-bottom: 14px;
  }

  .mission-vision-box p {
    font-size: 14px;
  }
}

/* ================================
   IMPACT AT GLANCE SECTION
================================ */

.impact-glance-section {
  padding: 100px 0;
  background: linear-gradient(
    135deg,
    rgba(250, 75, 28, 0.03) 0%,
    rgba(241, 249, 251, 0.5) 100%
  );
  position: relative;
  overflow: hidden;
}

.impact-card {
  background: #ffffff;
  padding: 35px 28px;
  border-radius: 16px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(250, 75, 28, 0.1);
}

.impact-card::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--thm-primary), var(--thm-secondary));
  opacity: 0;
  transition: top 0.4s ease;
  z-index: 0;
}

.impact-card:hover {
  transform: translateY(-14px) scale(1.02);
}

.impact-card:hover::before {
  top: 0;
  opacity: 0.08;
}

.impact-card__icon {
  width: 68px;
  height: 68px;
  background: var(--thm-primary);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
  margin: 0 auto 20px;
  transition: all 0.4s ease;
  position: relative;
  z-index: 1;
}

.impact-card:hover .impact-card__icon {
  transform: scale(1.2) rotate(8deg);
}

.impact-card h4 {
  font-size: 19px;
  font-weight: 800;
  margin-bottom: 12px;
  color: var(--thm-dark);
  position: relative;
  z-index: 1;
  letter-spacing: -0.3px;
}

.impact-card p {
  font-size: 14px;
  line-height: 1.75;
  color: #777;
  margin: 0;
  flex-grow: 1;
  font-weight: 500;
  position: relative;
  z-index: 1;
  letter-spacing: 0.1px;
}

@media (max-width: 768px) {
  .impact-glance-section {
    padding: 60px 0;
  }

  .impact-card {
    padding: 25px 20px;
    margin-bottom: 18px;
  }

  .impact-card__icon {
    width: 58px;
    height: 58px;
    font-size: 26px;
    margin-bottom: 15px;
  }

  .impact-card h4 {
    font-size: 17px;
  }

  .impact-card p {
    font-size: 13px;
  }
}

/* ================================
   CORE VALUES SECTION
================================ */

.core-values-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #ffffff 0%, rgba(250, 75, 28, 0.01) 100%);
  position: relative;
  overflow: hidden;
}

.core-values-section::before {
  content: "";
  position: absolute;
  top: -30%;
  right: -15%;
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(38, 204, 140, 0.08) 0%,
    transparent 70%
  );
  border-radius: 50%;
  z-index: 0;
}

.values-card {
  background: linear-gradient(
    135deg,
    #ffffff 0%,
    rgba(38, 204, 140, 0.02) 100%
  );
  padding: 40px 32px;
  border-radius: 16px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid rgba(38, 204, 140, 0.15);
}

.values-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--thm-primary), var(--thm-secondary));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: 2;
}

.values-card:hover {
  transform: translateY(-16px) scale(1.01);
}

.values-card:hover::after {
  transform: scaleX(1);
}

.values-icon {
  width: 80px;
  height: 80px;
  background: var(--thm-primary);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 36px;
  margin: 0 auto 24px;
  transition: all 0.4s ease;
}

.values-card:hover .values-icon {
  transform: scale(1.18) rotate(-8deg);
}

.values-card h4 {
  font-size: 21px;
  font-weight: 800;
  margin-bottom: 14px;
  color: var(--thm-dark);
  letter-spacing: -0.4px;
}

.values-card p {
  font-size: 14px;
  line-height: 1.8;
  color: #777;
  margin: 0;
  flex-grow: 1;
  font-weight: 500;
  letter-spacing: 0.2px;
}

@media (max-width: 768px) {
  .core-values-section {
    padding: 60px 0;
  }

  .values-card {
    padding: 28px 22px;
    margin-bottom: 20px;
  }

  .values-icon {
    width: 70px;
    height: 70px;
    font-size: 30px;
    margin-bottom: 18px;
  }

  .values-card h4 {
    font-size: 19px;
  }

  .values-card p {
    font-size: 13px;
  }
}

/* ================================
   GET STARTED CTA SECTION
================================ */

.get-started-cta {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}

.cta-content {
  position: relative;
  background: linear-gradient(
    135deg,
    var(--thm-primary) 0%,
    var(--thm-secondary) 100%
  );
  border-radius: 24px;
  margin: 0 20px;
  padding: 80px 50px;
  overflow: hidden;
  transform: perspective(800px) rotateX(0deg);
  transition: all 0.4s ease;
}

.cta-content:hover {
  transform: perspective(800px) translateY(-4px);
}

.cta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><defs><pattern id="grid" width="80" height="80" patternUnits="userSpaceOnUse"><rect width="80" height="80" fill="none" stroke="rgba(255,255,255,0.08)" stroke-width="2"/></pattern></defs><rect width="1200" height="600" fill="url(%23grid)"/></svg>');
  border-radius: 24px;
  z-index: 0;
  animation: moveGrid 20s linear infinite;
}

@keyframes moveGrid {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(80px, 80px);
  }
}

.cta-inner {
  position: relative;
  z-index: 1;
  text-align: center;
}

.cta-title {
  font-size: 52px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 24px;
  line-height: 1.25;
  letter-spacing: -1px;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.cta-subtitle {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.96);
  margin-bottom: 48px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.cta-subtitle strong {
  color: #fff;
  font-weight: 800;
}

.cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.thm-btn-lg {
  padding: 18px 45px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 12px;
  transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  letter-spacing: 0.3px;
  position: relative;
  overflow: hidden;
}

.thm-btn-lg::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transition: left 0.4s ease;
  z-index: -1;
}

.thm-btn-lg:hover {
  transform: translateY(-4px);
}

.thm-btn-lg:hover::before {
  left: 100%;
}

@media (max-width: 1024px) {
  .get-started-cta {
    padding: 80px 0;
  }

  .cta-content {
    padding: 60px 40px;
    margin: 15px;
  }

  .cta-title {
    font-size: 40px;
  }

  .cta-subtitle {
    font-size: 16px;
    margin-bottom: 36px;
  }

  .cta-buttons {
    gap: 15px;
  }
}

@media (max-width: 768px) {
  .get-started-cta {
    padding: 50px 0;
  }

  .cta-content {
    padding: 40px 25px;
    margin: 10px;
    border-radius: 18px;
  }

  .cta-content:hover {
    transform: perspective(800px) translateY(-2px);
  }

  .cta-overlay {
    border-radius: 18px;
  }

  .cta-title {
    font-size: 32px;
    margin-bottom: 18px;
    letter-spacing: -0.5px;
  }

  .cta-subtitle {
    font-size: 15px;
    margin-bottom: 30px;
    line-height: 1.7;
  }

  .cta-buttons {
    flex-direction: column;
    gap: 12px;
  }

  .thm-btn-lg {
    width: 100%;
    padding: 16px 30px;
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .cta-title {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .cta-subtitle {
    font-size: 14px;
    margin-bottom: 24px;
  }

  .thm-btn-lg {
    padding: 14px 24px;
    font-size: 14px;
  }
}

/* ================================
   BLOG SECTION - HOME PAGE IMAGES
   (Override default blog.css styles)
================================ */
.blog-two {
  padding: 80px 0 60px;
}

.blog-two .row {
  display: flex;
  flex-wrap: wrap;
}

.blog-two__single {
  margin-bottom: 30px;
}

.blog-two__img-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 12px;
}

.blog-two__img {
  position: relative;
  display: block;
  overflow: hidden;
}

.blog-two__img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: transform 0.5s ease;
  -webkit-mask: none !important;
  mask: none !important;
  border-radius: 12px;
}

.blog-two__single:hover .blog-two__img img {
  transform: scale(1.08);
}

.blog-two__img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent 60%, rgba(0,0,0,0.3) 100%);
  z-index: 1;
  pointer-events: none;
  border-radius: 12px;
}

.blog-two__img-box .blog-two__date {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #fff;
  padding: 8px 16px;
  border-radius: 8px;
  z-index: 2;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.blog-two__img-box .blog-two__date p {
  font-size: 14px;
  color: #333;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}

.blog-two__img-box .blog-two__date p span {
  color: #6fa843;
}

.blog-two__content {
  background: #fff;
  padding: 25px;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  margin-top: -10px;
}

.blog-two__meta {
  display: flex;
  gap: 20px;
  margin-bottom: 12px;
}

.blog-two__meta li {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #666;
}

.blog-two__meta li span {
  color: #6fa843;
}

.blog-two__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.4;
}

.blog-two__title a {
  color: #333;
  transition: color 0.3s ease;
}

.blog-two__title a:hover {
  color: #6fa843;
}

.blog-two__text {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 15px;
}

.blog-two__read-more a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #6fa843;
  font-weight: 600;
  font-size: 14px;
  transition: gap 0.3s ease;
}

.blog-two__read-more a:hover {
  gap: 12px;
}

/* Blog Section Responsive */
@media (max-width: 992px) {
  .blog-two__img img {
    height: 240px;
  }
  
  .blog-two__content {
    padding: 20px;
  }
  
  .blog-two__title {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .blog-two__img img {
    height: 200px;
  }
  
  .blog-two__meta {
    gap: 15px;
    flex-wrap: wrap;
  }
  
  .blog-two__content {
    padding: 15px;
  }
  
  .blog-two__title {
    font-size: 16px;
  }
  
  .blog-two__text {
    font-size: 13px;
  }
}

/* ================================
   CONTACT SECTION - HOME PAGE
================================ */
.contact-one {
  position: relative;
  margin-top: 40px;
}

.contact-one__bg-color {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 95px;
  width: calc((100% - -145px) / 2);
  background-color: #6fa843;
  z-index: -1;
}

.contact-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -2;
}

/* Floating WhatsApp & Call Buttons */
.floating-buttons {
  position: fixed;
  left: 20px;
  bottom: 60px;
  top: auto;
  transform: none;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.floating-btn {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.floating-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0,0,0,0.4);
}

.floating-btn.whatsapp {
  background: #25D366;
}

.floating-btn.call {
  background: #6fa843;
}

@media (max-width: 768px) {
  .floating-buttons {
    left: 10px;
    gap: 10px;
  }
  
  .floating-btn {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
}

.contact-one__bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(111, 168, 67, 0.9) 0%, rgba(80, 130, 40, 0.85) 100%);
}

.contact-one__wrap {
  position: relative;
  padding: 100px 0;
  background: #1a1a1a;
  overflow: hidden;
}

.contact-one__left {
  position: relative;
  z-index: 1;
}

.contact-one__left .section-title__tagline::before {
  background: #fff;
}

.contact-one__left .section-title__tagline span {
  color: #fff;
}

.contact-one__left .section-title__title {
  color: #fff;
  font-size: 42px;
}

.contact-one__text {
  color: rgba(255,255,255,0.9);
  font-size: 16px;
  line-height: 1.7;
}

.contact-one__input-box input,
.contact-one__input-box textarea {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  color: #fff;
}

.contact-one__input-box input::placeholder,
.contact-one__input-box textarea::placeholder {
  color: rgba(255,255,255,0.7);
}

.contact-one__input-box .nice-select {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.7);
}

.contact-one__input-box input:focus,
.contact-one__input-box textarea:focus,
.contact-one__input-box .nice-select:focus {
  border-color: rgba(255,255,255,0.5);
  outline: none;
}

.contact-one__btn-box .thm-btn {
  background: #fff;
  color: #6fa843;
  border: none;
}

.contact-one__btn-box .thm-btn:hover {
  background: #5a8c32;
  color: #fff;
}

.contact-one__img-1 {
  position: absolute;
  bottom: 2px;
  right: 120px;
  z-index: 1;
}

.contact-one__img-1 img {
  width: auto;
  max-width: 380px;
  height: auto;
  max-height: 500px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.3);
}

.contact-one__call-box {
  background: #fff;
  border-radius: 12px;
  padding: 20px 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  margin-top: 20px;
  margin-left: -150px;
  position: relative;
  z-index: 2;
  display: inline-block;
}

.contact-one__call-list {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.contact-one__call-list li {
  display: flex;
  align-items: center;
  gap: 15px;
}

.contact-one__call-icon {
  width: 50px;
  height: 50px;
  background: #6fa843;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-one__call-icon span {
  color: #fff;
  font-size: 20px;
}

.contact-one__content p {
  color: #666;
  font-size: 14px;
  margin: 0;
}

.contact-one__content h4 {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

.contact-one__content h4 a {
  color: #333;
}

.contact-one__content h4 a:hover {
  color: #6fa843;
}

@media (max-width: 992px) {
  .contact-one__left {
    margin-bottom: 50px;
  }
  
  .contact-one__img-1 {
    position: relative;
    right: auto;
    bottom: auto;
    text-align: center;
    margin-top: 40px;
  }
  
  .contact-one__img-1 img {
    max-width: 100%;
    max-height: 400px;
    margin: 0 auto;
  }
  
  .contact-one__call-list {
    flex-direction: column;
    gap: 20px;
  }
  
  .contact-one__wrap {
    padding: 60px 0;
  }
  
  .contact-one__left .section-title__title {
    font-size: 32px;
  }
}

@media (max-width: 576px) {
  .contact-one__left .section-title__title {
    font-size: 26px;
  }
  
  .contact-one__call-box {
    padding: 15px 20px;
    margin-left: 0;
    margin-top: 15px;
    width: 100%;
  }
  
  .contact-one__call-list {
    flex-direction: column;
    gap: 15px;
  }
  
  .contact-one__call-list li {
    gap: 12px;
  }
  
  .contact-one__call-icon {
    width: 40px;
    height: 40px;
  }
  
  .contact-one__call-icon span {
    font-size: 16px;
  }
  
  .contact-one__content h4 {
    font-size: 16px;
  }
  
  .contact-one__content p {
    font-size: 13px;
  }
}

/* ================================
   CONTACT PAGE - GREEN OVERLAY
================================ */
.contact-page__bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(111, 168, 67, 0.85) 0%, rgba(90, 140, 50, 0.9) 100%);
  z-index: 0;
}

/* Global image responsiveness */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Team member images - consistent circular/square sizing */
.team-two__img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e6eae3;
}

.team-two__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.team-two__img-box {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 12px;
  overflow: hidden;
}

/* Gallery/Causes images */
.causes-two__img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e6eae3;
}

.causes-two__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.causes-two__img-box {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 12px;
  overflow: hidden;
}

/* Services images - consistent sizing */
.services-two__img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e6eae3;
}

.services-two__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.services-two__img-box {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.4s ease;
}

.services-two__img-box:hover {
  transform: translateY(-5px);
}

/* Process images */
.process-one__img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e6eae3;
}

.process-one__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Get Involved/Services Three images */
.services-three__img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--thm-primary), var(--thm-secondary));
}

.services-three__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Testimonial images */
.testimonial-three__img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--thm-primary), var(--thm-secondary));
  flex-shrink: 0;
}

.testimonial-three__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Banner Vegas background */
.banner-one__content {
  position: relative;
  z-index: 1;
}

/* Our Commitment Section */
.our-commitment-img img {
  height: 450px;
  object-fit: cover;
}

.contact-one {
  margin-top: 40px;
}

@media (max-width: 992px) {
  .our-commitment-img img {
    height: 350px;
  }
  
  .contact-one {
    margin-top: 30px;
  }
}

@media (max-width: 576px) {
  .our-commitment-img img {
    height: 280px;
  }
  
  .contact-one {
    margin-top: 20px;
  }
}

/* ================================
   RESPONSIVE ADJUSTMENTS
================================ */

/* Large Desktop (1200px+) */
@media (min-width: 1200px) {
  .team-two__img-box {
    aspect-ratio: 1/1;
    height: 320px;
  }

  .causes-two__img-box {
    aspect-ratio: 1/1;
    height: 320px;
  }

  .services-two__img-box {
    aspect-ratio: 4/3;
    height: 280px;
  }
}

/* Tablet (768px - 1199px) */
@media (max-width: 1024px) {
  .team-two__img-box {
    aspect-ratio: 1/1;
    height: 280px;
  }

  .causes-two__img-box {
    aspect-ratio: 1/1;
    height: 280px;
  }

  .services-two__img-box {
    aspect-ratio: 4/3;
    height: 240px;
  }

  .about-two__img,
  .about-two__img-2,
  .about-two__img-3 {
    height: 300px;
  }

  .mission-vision-icon {
    width: 75px;
    height: 75px;
    font-size: 36px;
  }

  .values-icon {
    width: 70px;
    height: 70px;
    font-size: 30px;
  }

  .impact-card__icon {
    width: 60px;
    height: 60px;
    font-size: 26px;
  }
}

/* Small Tablet (768px) */
@media (max-width: 768px) {
  /* General image responsiveness */
  img {
    width: 100%;
    height: auto;
  }

  /* Team images */
  .team-two__img-box {
    aspect-ratio: 1/1;
    height: 240px;
  }

  /* Gallery/Causes images */
  .causes-two__img-box {
    aspect-ratio: 1/1;
    height: 240px;
  }

  /* Services images */
  .services-two__img-box {
    aspect-ratio: 4/3;
    height: 200px;
  }

  /* About images */
  .about-two__img,
  .about-two__img-2,
  .about-two__img-3 {
    height: 250px;
  }

  /* Ensure single column layout for images */
  .projects-page__img {
    height: 180px;
  }

  /* Icon sizing */
  .mission-vision-icon {
    width: 65px;
    height: 65px;
    font-size: 30px;
  }

  .values-icon {
    width: 60px;
    height: 60px;
    font-size: 26px;
  }

  .impact-card__icon {
    width: 55px;
    height: 55px;
    font-size: 24px;
  }

  .problem-icon {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }

  /* Testimonial images */
  .testimonial-three__img {
    width: 70px;
    height: 70px;
  }
}

/* Mobile (480px - 767px) */
@media (max-width: 480px) {
  /* Team images - smaller on mobile */
  .team-two__img-box {
    aspect-ratio: 1/1;
    height: 200px;
  }

  /* Gallery/Causes images */
  .causes-two__img-box {
    aspect-ratio: 1/1;
    height: 200px;
  }

  /* Services images - adjust for mobile */
  .services-two__img-box {
    aspect-ratio: 16/12;
    height: 160px;
  }

  /* About images */
  .about-two__img,
  .about-two__img-2,
  .about-two__img-3 {
    height: 200px;
  }

  /* Projects page images */
  .projects-page__img {
    height: 150px;
  }

  /* Icon sizing for mobile */
  .mission-vision-icon {
    width: 55px;
    height: 55px;
    font-size: 24px;
    margin: 0 auto 16px;
  }

  .values-icon {
    width: 50px;
    height: 50px;
    font-size: 22px;
    margin: 0 auto 16px;
  }

  .impact-card__icon {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }

  .problem-icon {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }

  /* Testimonial images */
  .testimonial-three__img {
    width: 60px;
    height: 60px;
  }

  /* Ensure full width for mobile */
  .container {
    padding: 0 12px;
  }
}

/* Extra Small (< 360px) */
@media (max-width: 360px) {
  .team-two__img-box,
  .causes-two__img-box {
    height: 160px;
  }

  .services-two__img-box {
    height: 130px;
  }

  .about-two__img,
  .about-two__img-2,
  .about-two__img-3 {
    height: 160px;
  }

  .mission-vision-icon {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }

  .values-icon {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
}

/* ================================
   LAYOUT FIXES FOR ALL SECTIONS
================================ */

/* Fix container padding on mobile */
@media (max-width: 768px) {
  .container {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  /* Fix section titles */
  .section-title h2 {
    font-size: 24px;
  }

  /* Fix buttons */
  .thm-btn,
  .thm-btn-white,
  .thm-btn-outline {
    width: 100%;
    text-align: center;
  }

  /* Fix content spacing */
  .row > [class*="col-"] {
    margin-bottom: 20px;
  }
}

/* Flex containers responsive */
@media (max-width: 768px) {
  .row-flex {
    flex-direction: column;
  }

  .d-flex {
    flex-direction: column;
  }

  .gap-20 {
    gap: 12px;
  }
}

/* ================================
   SERVICES THREE & COUNTER ONE - REDESIGN
   Consistent animation and modern styling
   ================================ */

/* Services Three Redesign */
.services-three-redesign {
    position: relative;
    padding: 100px 0 120px;
    background: linear-gradient(180deg, #ffffff 0%, #f8f9f7 100%);
    overflow: hidden;
}

.services-three-redesign::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgba(111, 168, 67, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(139, 106, 62, 0.06) 0%, transparent 50%);
    z-index: 0;
}

.services-three-redesign .container {
    position: relative;
    z-index: 1;
}

/* Tab buttons */
.services-three-redesign .tab-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.services-three-redesign .tab-btn {
    position: relative;
    padding: 25px 30px;
    background: #ffffff;
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    border: 2px solid transparent;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.services-three-redesign .tab-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(180deg, var(--thm-primary), var(--thm-secondary));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.services-three-redesign .tab-btn:hover {
    transform: translateX(10px);
    box-shadow: 0 8px 30px rgba(111, 168, 67, 0.15);
}

.services-three-redesign .tab-btn:hover::before {
    opacity: 1;
}

.services-three-redesign .tab-btn.active-btn {
    background: linear-gradient(135deg, var(--thm-primary) 0%, #5a8f3d 100%);
    border-color: var(--thm-primary);
    transform: translateX(15px);
    box-shadow: 0 12px 40px rgba(111, 168, 67, 0.25);
}

.services-three-redesign .tab-btn.active-btn span {
    color: #ffffff !important;
}

.services-three-redesign .tab-btn span {
    font-size: 20px;
    font-weight: 700;
    color: var(--thm-dark);
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    z-index: 1;
}

.services-three-redesign .tab-btn span i {
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(111, 168, 67, 0.1);
    transition: all 0.3s ease;
}

.services-three-redesign .tab-btn:hover span i {
    background: rgba(255, 255, 255, 0.2);
}

.services-three-redesign .tab-btn.active-btn span i {
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
}

/* Tab content */
.services-three-redesign .tabs-content {
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

.services-three-redesign .tab {
    display: none;
    padding: 0;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.services-three-redesign .tab.active-tab {
    display: block;
    animation: fadeInUp 0.6s ease forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.services-three-redesign .services-content-inner {
    display: flex;
    flex-wrap: wrap;
}

.services-three-redesign .services-img {
    flex: 0 0 45%;
    max-width: 45%;
    position: relative;
    overflow: hidden;
}

.services-three-redesign .services-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.services-three-redesign .tab.active-tab:hover .services-img img {
    transform: scale(1.1);
}

.services-three-redesign .services-text {
    flex: 0 0 55%;
    max-width: 55%;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.services-three-redesign .services-text h3 {
    font-size: 32px;
    font-weight: 800;
    color: var(--thm-dark);
    margin-bottom: 30px;
    line-height: 1.3;
}

.services-three-redesign .services-points {
    list-style: none;
    padding: 0;
    margin: 0;
}

.services-three-redesign .services-points li {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 25px;
    padding: 20px;
    background: #f8f9f7;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.services-three-redesign .services-points li:hover {
    background: #ffffff;
    box-shadow: 0 8px 25px rgba(111, 168, 67, 0.12);
    transform: translateX(8px);
}

.services-three-redesign .services-points li .icon-box {
    width: 50px;
    height: 50px;
    min-width: 50px;
    background: linear-gradient(135deg, var(--thm-primary), var(--thm-secondary));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
    transition: all 0.3s ease;
}

.services-three-redesign .services-points li:hover .icon-box {
    transform: rotate(360deg) scale(1.1);
}

.services-three-redesign .services-points li .content h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--thm-dark);
    margin-bottom: 8px;
}

.services-three-redesign .services-points li .content p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin: 0;
}

/* Counter One Redesign */
.counter-one-redesign {
    position: relative;
    padding: 100px 0 80px;
    background: linear-gradient(135deg, var(--thm-primary) 0%, #4a7c32 100%);
    overflow: hidden;
}

.counter-one-redesign::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="2" cy="2" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
    z-index: 0;
}

.counter-one-redesign::after {
    content: "";
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    border-radius: 50%;
    animation: pulse 8s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.1); opacity: 0.8; }
}

.counter-one-redesign .container {
    position: relative;
    z-index: 1;
}

.counter-one-redesign .counter-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.counter-one-redesign .counter-item {
    flex: 1;
    min-width: 220px;
    text-align: center;
    padding: 40px 30px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    overflow: hidden;
}

.counter-one-redesign .counter-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ffffff, rgba(255,255,255,0.3), #ffffff);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.counter-one-redesign .counter-item:hover {
    transform: translateY(-12px);
    background: rgba(255, 255, 255, 0.18);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.counter-one-redesign .counter-item:hover::before {
    transform: scaleX(1);
}

.counter-one-redesign .counter-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.counter-one-redesign .counter-item:hover .counter-icon {
    background: #ffffff;
    transform: scale(1.15) rotate(360deg);
}

.counter-one-redesign .counter-icon i {
    font-size: 36px;
    color: #ffffff;
    transition: all 0.4s ease;
}

.counter-one-redesign .counter-item:hover .counter-icon i {
    color: var(--thm-primary);
}

.counter-one-redesign .counter-number {
    font-size: 52px;
    font-weight: 900;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 10px;
    font-family: var(--helpest-font-two);
}

.counter-one-redesign .counter-label {
    font-size: 18px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Responsive */
@media (max-width: 1024px) {
    .services-three-redesign .services-img {
        flex: 0 0 100%;
        max-width: 100%;
        height: 300px;
    }
    
    .services-three-redesign .services-text {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 40px 30px;
    }
    
    .counter-one-redesign .counter-wrapper {
        justify-content: center;
    }
    
    .counter-one-redesign .counter-item {
        flex: 0 0 45%;
        max-width: 45%;
    }
}

@media (max-width: 768px) {
    .services-three-redesign {
        padding: 60px 0 80px;
    }
    
    .services-three-redesign .tab-btn {
        padding: 20px 25px;
    }
    
    .services-three-redesign .tab-btn span {
        font-size: 16px;
    }
    
    .services-three-redesign .services-text h3 {
        font-size: 24px;
    }
    
    .services-three-redesign .services-points li {
        padding: 15px;
    }
    
    .services-three-redesign .services-points li .icon-box {
        width: 40px;
        height: 40px;
        min-width: 40px;
        font-size: 16px;
    }
    
    .counter-one-redesign {
        padding: 60px 0 50px;
    }
    
    .counter-one-redesign .counter-item {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 30px 20px;
    }
    
    .counter-one-redesign .counter-number {
        font-size: 42px;
    }
    
    .counter-one-redesign .counter-label {
        font-size: 14px;
    }
}

/* ================================
   END SERVICES THREE & COUNTER ONE REDESIGN
   ================================ */

/* ================================
   CARD SPACING & ALIGNMENT
   ================================ */

/* About highlights */
.about-two__highlights {
  margin-top: 20px;
}

.about-two__single-highlight {
  margin-bottom: 15px;
}

/* Service cards */
.services-two__single {
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Team cards */
.team-two__single {
  height: 100%;
  transition: all 0.4s ease;
}

/* Impact cards */
.impact-card {
  height: 100%;
}

/* Values cards */
.values-card {
  height: 100%;
}

/* Ensure consistency across browsers */
* {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

/* ================================
   FIX WORDPRESS/LAST RESORT STYLES
================================ */

/* Override any existing image styles */
.wp-image,
img[class*="wp-image"] {
  width: 100% !important;
  height: auto !important;
}

/* Fix max-width issues */
img {
  max-width: 100%;
}

/* Fix flex wrap problems */
.row {
  display: flex;
  flex-wrap: wrap;
}

/* ================================
   WHY WE EXIST SECTION
================================ */
.why-exist-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #000b09 0%, #0f1f18 100%);
  position: relative;
  overflow: hidden;
}

.why-exist-section .bg-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.03)"/></svg>')
    repeat;
  opacity: 0.5;
}

.why-exist-section .section-title__tagline {
  color: #6fa843;
}

.why-exist-section .section-title__title {
  color: #fff;
}

.why-exist-section .section-title__title span {
  color: #6fa843;
}

.why-exist-text-dark h3 {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #fff;
}

.why-exist-text-dark p {
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 18px;
  color: #ccc;
}

.why-exist-text-dark strong {
  color: #6fa843;
}

.why-exist-card {
  background: linear-gradient(145deg, #0a1510, #0f1f18);
  padding: 35px 25px;
  border-radius: 20px;
  text-align: center;
  transition: all 0.4s ease;
  border: 1px solid rgba(111, 168, 67, 0.3);
  position: relative;
  overflow: hidden;
}

.why-exist-card:hover {
  transform: translateY(-5px);
  border-color: rgba(111, 168, 67, 0.6);
}

.why-exist-card-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #6fa843, #8bc34a);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  box-shadow: 0 10px 25px rgba(111, 168, 67, 0.4);
}

.why-exist-card-icon i {
  font-size: 30px;
  color: #fff;
}

.why-exist-card h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #fff;
}

.why-exist-card p {
  font-size: 13px;
  color: #aaa;
  line-height: 1.6;
  margin: 0;
}

.our-answer-box {
  background: linear-gradient(135deg, #6fa843, #5a8a36);
  padding: 45px 40px;
  border-radius: 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.our-answer-box::before {
  content: "";
  position: absolute;
  top: -30px;
  right: -30px;
  width: 150px;
  height: 150px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.our-answer-box::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: -20px;
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.our-answer-box h3 {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 12px;
  color: #fff;
  position: relative;
  z-index: 1;
}

.our-answer-box p {
  font-size: 17px;
  line-height: 1.8;
  margin: 0;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 500;
  position: relative;
  z-index: 1;
}

/* ================================
   MISSION & VISION SECTION
================================ */
.mission-vision-section {
  padding: 110px 0;
  background: #f9fbf7;
  position: relative;
  overflow: hidden;
}

.mission-vision-section .bg-shape-1 {
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(111, 168, 67, 0.15) 0%,
    transparent 70%
  );
  border-radius: 50%;
}

.mission-vision-section .bg-shape-2 {
  position: absolute;
  bottom: -150px;
  left: -150px;
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    rgba(139, 106, 62, 0.12) 0%,
    transparent 70%
  );
  border-radius: 50%;
}

.mission-vision-section .section-title__tagline {
  color: #6fa843;
}

.mission-vision-section .section-title__title span {
  color: #6fa843;
}

.mv-card {
  background: #fff;
  border-radius: 24px;
  padding: 50px 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  height: 100%;
  transition: all 0.4s ease;
  position: relative;
  z-index: 1;
}
  position: relative;
  overflow: hidden;
}

.mv-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
}

.mv-card-vision {
  border-top: 6px solid #6fa843;
}

.mv-card-mission {
  border-top: 6px solid #8b6a3e;
}

.mv-card-vision .mv-card-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #6fa843, #8bc34a);
}

.mv-card-mission .mv-card-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #8b6a3e, #a67c52);
}

.mv-card-icon {
  width: 90px;
  height: 90px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.mv-card-vision .mv-card-icon {
  background: linear-gradient(135deg, #6fa843, #8bc34a);
  box-shadow: 0 15px 35px rgba(111, 168, 67, 0.3);
  transform: rotate(-5deg);
}

.mv-card-mission .mv-card-icon {
  background: linear-gradient(135deg, #8b6a3e, #a67c52);
  box-shadow: 0 15px 35px rgba(139, 106, 62, 0.3);
  transform: rotate(5deg);
}

.mv-card-icon i {
  font-size: 40px;
  color: #fff;
}

.mv-card h3 {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #000b09;
}

.mv-card p {
  font-size: 16px;
  line-height: 1.85;
  color: #6b6f68;
  margin: 0;
}

.mv-card-footer {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px dashed #ddd;
}

.mv-card-footer span {
  font-size: 13px;
  color: #999;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Responsive */
@media (max-width: 991px) {
  .why-exist-section,
  .mission-vision-section {
    padding: 60px 0;
  }

  .why-exist-text-dark h3,
  .mv-card h3 {
    font-size: 22px;
  }

  .why-exist-card {
    padding: 25px 20px;
  }

  .mv-card {
    padding: 35px 25px;
  }
}

/* Gutter fixes */
@media (max-width: 768px) {
  [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
  }

  .row {
    margin-left: -8px;
    margin-right: -8px;
  }
}

/* ================================
   LATEST UPDATES GALLERY SECTION
================================ */

.latest-updates-section {
  background: linear-gradient(
    135deg,
    rgba(250, 75, 28, 0.03) 0%,
    rgba(241, 249, 251, 0.5) 100%
  );
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.latest-updates-section::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(38, 204, 140, 0.08) 0%,
    transparent 70%
  );
  border-radius: 50%;
  z-index: 0;
}

.latest-updates-section .section-title {
  position: relative;
  z-index: 1;
}

.latest-updates-section .row {
  position: relative;
  z-index: 1;
}

.latest-updates-section .causes-two__single {
  height: 100%;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.latest-updates-section .causes-two__img-box {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 14px;
  overflow: hidden;
  height: auto;
}

.latest-updates-section .causes-two__img {
  width: 100%;
  height: 100%;
  border-radius: 14px;
  overflow: hidden;
}

.latest-updates-section .causes-two__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.latest-updates-section .causes-two__single:hover img {
  transform: scale(1.08);
}

.latest-updates-section .causes-two__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 2;
}

.latest-updates-section .causes-two__single:hover .causes-two__arrow {
  opacity: 1;
}

.latest-updates-section .causes-two__arrow a {
  width: 55px;
  height: 55px;
  background: linear-gradient(135deg, var(--thm-primary), var(--thm-secondary));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 16px;
  transition: all 0.3s ease;
}

.latest-updates-section .causes-two__arrow a:hover {
  transform: scale(1.1);
}

.latest-updates-section .causes-two__content {
  background: rgba(255, 255, 255, 0.95);
  padding: 20px;
  text-align: center;
  border-radius: 0 0 14px 14px;
}

.latest-updates-section .causes-two__title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  color: var(--thm-primary);
}

.latest-updates-section .causes-two__title a {
  color: var(--thm-primary);
  transition: all 0.3s ease;
}

.latest-updates-section .causes-two__title a:hover {
  color: var(--thm-secondary);
}

/* Gallery responsive */
@media (max-width: 1024px) {
  .latest-updates-section {
    padding: 80px 0;
  }

  .latest-updates-section .causes-two__img-box {
    aspect-ratio: 1/1;
    height: 280px;
  }
}

@media (max-width: 768px) {
  .latest-updates-section {
    padding: 60px 0;
  }

  .latest-updates-section .causes-two__img-box {
    aspect-ratio: 1/1;
    height: 240px;
    margin-bottom: 20px;
  }

  .latest-updates-section .section-title__title {
    font-size: 26px;
  }

  .latest-updates-section .section-title__tagline-box {
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .latest-updates-section {
    padding: 40px 0;
  }

  .latest-updates-section .causes-two__img-box {
    aspect-ratio: 1/1;
    height: 200px;
    margin-bottom: 15px;
  }

  .latest-updates-section .section-title__title {
    font-size: 20px;
  }

  .latest-updates-section .causes-two__title {
    font-size: 16px;
  }

  .latest-updates-section .causes-two__content {
    padding: 15px;
  }
}

/* Hero Section Background with Overlay */
.banner-one {
  position: relative;
}

.banner-one__shape-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  z-index: -2;
}

/* Hero Section Background - Image only, no overlay */

.banner-one .container {
  position: relative;
  z-index: 1;
}

.banner-one__content {
  padding: 100px 0 120px;
}

@media (max-width: 768px) {
  .banner-one__shape-bg {
    background-size: cover !important;
  }
  
  .banner-one__content {
    padding: 60px 0 80px;
  }
}

.why-exist-para strong {
  color: #8b6a3e !important;
  -webkit-text-fill-color: unset;
}

.thm-btn {
  background: linear-gradient(120deg, var(--thm-primary), #4f7f2c);
}

.thm-btn.thm-btn--black {
  background: linear-gradient(120deg, #2c3e50, #1a252f);
}

.thm-btn.thm-btn--black:hover {
  background: linear-gradient(120deg, #1a252f, #2c3e50);
}

.mission-vision-icon {
  background: #8b6a3e;
}

.impact-card__icon {
  background: #8b6a3e;
}

.values-icon {
  background: #8b6a3e;
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-next {
  color: var(--helpest-white) !important;
  background: rgb(111, 168, 67) !important;
  background: radial-gradient(
    circle,
    rgba(111, 168, 67, 1) 0%,
    rgb(227 177 22) 100%
  ) !important;
}

.cta-content {
  background: linear-gradient(
    135deg,
    var(--thm-primary) 0%,
    #8b6a3ed1 100%
  ) !important;
}

.site-footer-two__content-title span {
  color: #0e100f !important;
}

.site-footer-two__content-img {
  bottom: -35px !important;
  transform: translateX(-34%) !important;
}

.contact-one__content h4 {
  font-size: 15px !important;
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-prev {
  color: var(--helpest-white) !important;
  background: rgb(111, 168, 67) !important;
  background: radial-gradient(
    circle,
    rgba(111, 168, 67, 1) 0%,
    rgb(227 177 22) 100%
  ) !important;
}

.stricky-header .stricked-menu .main-menu {
  background-color: var(--helpest-white);
}

.mission-vision-icon:hover {
  box-shadow: none !important;
}

.loader-logo {
  border-radius: 50% !important;
}
.donation-section {
  padding: 80px 0;
  background: #f7f9fc;
  font-family: "Poppins", sans-serif;
}

.donation-wrapper {
  display: flex;
  gap: 40px;
  align-items: stretch;
}

.donation-content {
  flex: 1;
  background: #ffffff;
  padding: 40px;
  border-radius: 12px;
}

.donation-content h2 {
  font-size: 32px;
  color: #2b2b2b;
  margin-bottom: 15px;
}

.donation-content p {
  color: #6b6f68;
  line-height: 1.7;
  margin-bottom: 20px;
}

.donation-points {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.donation-points li {
  margin-bottom: 10px;
  font-size: 15px;
  color: #333;
}

.qr-box {
  text-align: center;
  margin-top: 30px;
}

.qr-box p {
  font-weight: 600;
  margin-bottom: 10px;
}

.qr-box img {
  width: 180px;
  height: auto;
  border: 2px dashed #ccc;
  padding: 10px;
  border-radius: 10px;
}

.donation-form {
  flex: 1;
  background: #ffffff;
  padding: 40px;
  border-radius: 12px;
}

.donation-form h3 {
  font-size: 26px;
  margin-bottom: 25px;
  color: #2b2b2b;
}

.form-group {
  margin-bottom: 18px;
}

.form-group input,
.form-group select {
  width: 100%;
  padding: 14px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 15px;
  outline: none;
}

.form-group input:focus,
.form-group select:focus {
  border-color: #1B5E20;
}

.donate-btn {
  width: 100%;
  padding: 14px;
  background: #1B5E20;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s ease;
}

.donate-btn:hover {
  background: #d94a1f;
}

/* Responsive */
@media (max-width: 991px) {
  .donation-wrapper {
    flex-direction: column;
  }
}

/* ================================
   IMPACT AT A GLANCE SECTION
================================ */
.impact-glance-new {
  padding: 100px 0;
  background: linear-gradient(135deg, #000b09 0%, #0f1f18 100%);
  position: relative;
  overflow: hidden;
}

.impact-glance-new::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="1" fill="rgba(111,168,67,0.05)"/></svg>')
    repeat;
}

.impact-glance-new .section-title__tagline {
  color: #6fa843;
}

.impact-glance-new .section-title__title {
  color: #fff;
}

.impact-glance-new .section-title__title span {
  color: #6fa843;
}

.impact-stat-card {
  background: linear-gradient(
    145deg,
    rgba(111, 168, 67, 0.1),
    rgba(0, 0, 0, 0.3)
  );
  border: 1px solid rgba(111, 168, 67, 0.2);
  border-radius: 24px;
  padding: 40px 30px;
  text-align: center;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.impact-stat-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #6fa843, #8bc34a);
  border-radius: 2px;
}

.impact-stat-card:hover {
  transform: translateY(-10px);
  background: linear-gradient(
    145deg,
    rgba(111, 168, 67, 0.15),
    rgba(0, 0, 0, 0.4)
  );
  border-color: rgba(111, 168, 67, 0.4);
}

.impact-stat-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #6fa843, #8bc34a);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  box-shadow: 0 10px 30px rgba(111, 168, 67, 0.3);
  position: relative;
}

.impact-stat-icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.5;
  }
}

.impact-stat-icon i {
  font-size: 32px;
  color: #fff;
}

.impact-stat-card h4 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}

.impact-stat-card p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
  margin: 0;
}

.impact-number {
  font-size: 42px;
  font-weight: 900;
  color: #6fa843;
  margin-bottom: 5px;
  display: block;
}

/* ================================
   CORE VALUES SECTION
================================ */
.core-values-new {
  padding: 110px 0;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.core-values-new::before {
  content: "";
  position: absolute;
  top: -200px;
  left: -200px;
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(111, 168, 67, 0.08) 0%,
    transparent 70%
  );
  border-radius: 50%;
}

.core-values-new::after {
  content: "";
  position: absolute;
  bottom: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(139, 106, 62, 0.08) 0%,
    transparent 70%
  );
  border-radius: 50%;
}

.core-values-new .section-title__tagline {
  color: #6fa843;
}

.core-values-new .section-title__title span {
  color: #6fa843;
}

.values-card-new {
  background: #fff;
  border-radius: 20px;
  padding: 45px 35px;
  text-align: center;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  height: 100%;
  border: 1px solid #eee;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.values-card-new:hover {
  transform: translateY(-12px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
  border-color: #fa6b25;
}

.values-card-new::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #fa6b25, #4f46e5);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.values-card-new:hover::before {
  transform: scaleX(1);
}

.values-card-new-icon {
  width: 85px;
  height: 85px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  transition: all 0.4s ease;
}

.values-card-new:hover .values-card-new-icon {
  transform: scale(1.1) rotate(5deg);
}

.values-card-new-icon i {
  font-size: 36px;
  color: #fff;
}

.values-card-new h4 {
  font-size: 22px;
  font-weight: 800;
  color: #1a1a2e;
  margin-bottom: 15px;
}

.values-card-new p {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
  margin: 0;
}

.values-card-new:nth-child(1) .values-card-new-icon {
  background: linear-gradient(135deg, #6fa843, #8bc34a);
  box-shadow: 0 10px 25px rgba(111, 168, 67, 0.3);
}
.values-card-new:nth-child(1):hover { border-color: #6fa843; }
.values-card-new:nth-child(1)::before { background: linear-gradient(90deg, #6fa843, #8bc34a); }

.values-card-new:nth-child(2) .values-card-new-icon {
  background: linear-gradient(135deg, #8b6a3e, #a67c52);
  box-shadow: 0 10px 25px rgba(139, 106, 62, 0.3);
}
.values-card-new:nth-child(2):hover { border-color: #8b6a3e; }
.values-card-new:nth-child(2)::before { background: linear-gradient(90deg, #8b6a3e, #a67c52); }

.values-card-new:nth-child(3) .values-card-new-icon {
  background: linear-gradient(135deg, #6fa843, #8bc34a);
  box-shadow: 0 10px 25px rgba(111, 168, 67, 0.3);
}
.values-card-new:nth-child(3):hover { border-color: #6fa843; }
.values-card-new:nth-child(3)::before { background: linear-gradient(90deg, #6fa843, #8bc34a); }

.values-card-new:nth-child(4) .values-card-new-icon {
  background: linear-gradient(135deg, #8b6a3e, #a67c52);
  box-shadow: 0 10px 25px rgba(139, 106, 62, 0.3);
}
.values-card-new:nth-child(4):hover { border-color: #8b6a3e; }
.values-card-new:nth-child(4)::before { background: linear-gradient(90deg, #8b6a3e, #a67c52); }

.values-card-new:nth-child(5) .values-card-new-icon {
  background: linear-gradient(135deg, #6fa843, #8bc34a);
  box-shadow: 0 10px 25px rgba(111, 168, 67, 0.3);
}
.values-card-new:nth-child(5):hover { border-color: #6fa843; }
.values-card-new:nth-child(5)::before { background: linear-gradient(90deg, #6fa843, #8bc34a); }

.values-card-new:nth-child(6) .values-card-new-icon {
  background: linear-gradient(135deg, #8b6a3e, #a67c52);
  box-shadow: 0 10px 25px rgba(139, 106, 62, 0.3);
}
.values-card-new:nth-child(6):hover { border-color: #8b6a3e; }
.values-card-new:nth-child(6)::before { background: linear-gradient(90deg, #8b6a3e, #a67c52); }

/* Responsive */
@media (max-width: 991px) {
  .impact-glance-new,
  .core-values-new {
    padding: 60px 0;
  }

  .impact-stat-card {
    padding: 30px 20px;
    margin-bottom: 20px;
  }

  .values-card-new {
    padding: 35px 25px;
    margin-bottom: 20px;
  }
}

/* ================================
   MISSION VISION REDESIGN (index.html)
=============================== */
.mv-redesign {
    padding: 100px 0 120px;
    background: linear-gradient(135deg, #fff5f0 0%, #ffffff 50%, #f0f9ff 100%);
    position: relative;
    overflow: hidden;
}

.mv-waves {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    transform: rotate(180deg);
}

.mv-waves svg {
    width: 100%;
    height: 100%;
}

.mv-header {
    text-align: center;
    margin-bottom: 60px;
}

.mv-tag {
    display: inline-block;
    background: linear-gradient(135deg, #6fa843, #8bc34a);
    color: white;
    padding: 8px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.mv-title {
    font-size: 48px;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 15px;
    line-height: 1.2;
}

.mv-title-highlight {
    background: linear-gradient(135deg, #6fa843, #8b6a3e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.mv-subtitle {
    font-size: 18px;
    color: #666;
    max-width: 500px;
    margin: 0 auto;
}

.mv-grid {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 30px;
    margin-bottom: 60px;
}

.mv-card {
    flex: 0 0 32%;
    max-width: 380px;
}

.mv-vision-card {
    background: #e8f5e9;
    border-radius: 28px;
    padding: 8px;
    border: 2px solid #c8e6c9;
}

.mv-mission-card {
    background: #faf6f0;
    border-radius: 28px;
    padding: 8px;
    border: 2px solid #e0d5c8;
}

.mv-values-card {
    background: #e8f5e9;
    border-radius: 28px;
    padding: 8px;
    border: 2px solid #c8e6c9;
}

.mv-card-inner {
    background: #ffffff;
    border-radius: 24px;
    padding: 40px 35px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    min-height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: none;
}

.mv-vision-card .mv-card-inner {
    background: #e8f5e9;
}

.mv-mission-card .mv-card-inner {
    background: #faf6f0;
}

.mv-values-card .mv-card-inner {
    background: #e8f5e9;
}

.mv-card-inner:hover {
    transform: translateY(-5px);
}

.mv-card-glow {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    opacity: 0;
    transition: opacity 0.4s;
}

.mv-vision-card .mv-card-glow {
    background: conic-gradient(from 0deg, #6fa843, #8bc34a, #a5d6a7, #6fa843);
    animation: rotate 8s linear infinite;
}

.mv-mission-card .mv-card-glow {
    background: conic-gradient(from 0deg, #8b6a3e, #a67c52, #c9a66b, #8b6a3e);
    animation: rotate 8s linear infinite reverse;
}

.mv-values-card .mv-card-glow {
    background: conic-gradient(from 0deg, #6fa843, #8bc34a, #a5d6a7, #6fa843);
    animation: rotate 8s linear infinite;
}

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.mv-card-content {
    position: relative;
    z-index: 1;
}

.mv-icon-wrap {
    width: 70px;
    height: 70px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.mv-vision-card .mv-icon-wrap {
    background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
}

.mv-mission-card .mv-icon-wrap {
    background: linear-gradient(135deg, #efebe9, #d7ccc8);
}

.mv-values-card .mv-icon-wrap {
    background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
}

.mv-icon {
    width: 40px;
    height: 40px;
}

.mv-vision-card .mv-icon {
    color: #6fa843;
}

.mv-mission-card .mv-icon {
    color: #8b6a3e;
}

.mv-values-card .mv-icon {
    color: #6fa843;
}

.mv-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding: 4px 12px;
    border-radius: 4px;
}

.mv-vision-card .mv-label {
    background: #e8f5e9;
    color: #6fa843;
}

.mv-mission-card .mv-label {
    background: #efebe9;
    color: #8b6a3e;
}

.mv-values-card .mv-label {
    background: #e8f5e9;
    color: #6fa843;
}

.mv-heading {
    font-size: 26px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 15px;
}

.mv-text {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 20px;
}

.mv-pill {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
}

.mv-vision-card .mv-pill {
    background: #e8f5e9;
    color: #6fa843;
}

.mv-mission-card .mv-pill {
    background: #efebe9;
    color: #8b6a3e;
}

.mv-values-card .mv-pill {
    background: #e8f5e9;
    color: #6fa843;
}

/* Stats Section removed - now 3 cards only */

.mv-stats {
    display: flex;
    justify-content: center;
    gap: 60px;
    padding: 40px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.06);
    max-width: 700px;
    margin: 0 auto;
}

.mv-stat {
    text-align: center;
}

.mv-stat-number {
    display: block;
    font-size: 36px;
    font-weight: 800;
    background: linear-gradient(135deg, #fa6b25, #4f46e5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.mv-stat-label {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

@media (max-width: 991px) {
    .mv-grid {
        flex-direction: column;
        gap: 30px;
    }
    
    .mv-card {
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
    }
    
    .mv-stats {
        gap: 30px;
        flex-wrap: wrap;
    }
    
    .mv-title {
        font-size: 36px;
    }
}

/* ================================
   OUR COMMITMENT SECTION (index.html)
=============================== */
.our-commitment-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.our-commitment-img img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.our-commitment-content {
    padding-left: 40px;
}

.our-commitment-content p {
    margin-top: 20px;
    color: #555;
    line-height: 1.8;
}

.our-commitment-content ul {
    margin-top: 25px;
    list-style: none;
    padding: 0;
}

.our-commitment-content ul li {
    margin-bottom: 15px;
    color: #333;
}

.our-commitment-content ul li i {
    color: #fa6b25;
    margin-right: 10px;
}

@media (max-width: 991px) {
    .our-commitment-content {
        padding-left: 0;
        margin-top: 40px;
    }
}

/* ================================
   PROCESS ICONS (index.html)
=============================== */
.process-one__icon i {
    font-size: 36px;
    color: #fff;
}

/* ================================
   SERVICES IMAGE SIZES (index.html)
=============================== */
.services-two__img img,
.services-three__img img,
.causes-two__img img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}

/* ================================
   WHY CHOOSE CARDS BACKGROUND (index.html)
=============================== */
.why-choose-one__single {
    background-size: cover;
    background-position: center;
}

.why-choose-one__single-1 {
    background-image: url(../images/backgrounds/why-choose-one-single-bg-1.jpg);
}

.why-choose-one__single-2 {
    background-image: url(../images/backgrounds/why-choose-one-single-bg-2.jpg);
}

.why-choose-one__single-3 {
    background-image: url(../images/backgrounds/why-choose-one-single-bg-3.jpg);
}

.why-choose-one__single-4 {
    background-image: url(../images/backgrounds/why-choose-one-single-bg-4.jpg);
}

/* ================================
   TESTIMONIAL CARDS (index.html)
=============================== */
.testimonial-one__single {
    background: rgba(255,255,255,0.95);
    padding: 20px;
    text-align: center;
}

/* ================================
   WHY EXIST SECTION (index.html)
=============================== */
.why-exist-section .container {
    position: relative;
    z-index: 1;
}

.why-exist-text-dark {
    margin-top: 30px;
}

/* ================================
   SECTION BACKGROUNDS (index.html)
=============================== */
.banner-one__shape-bg {
    background-image: url(../images/shapes/banner-one-shape-bg.jpg);
}

.sliding-text__bg {
    background-image: url(../images/backgrounds/sliding-text-bg.jpg);
}

.counter-one__bg {
    background-image: url(../images/backgrounds/counter-one-bg.jpg);
}

.contact-one__bg {
    background-image: url(../images/backgrounds/contact-one-bg.jpg);
}

.site-footer-two__bg {
    background-image: url(../images/backgrounds/site-footer-two-bg.jpg);
}

/* ================================
   GET INVOLVED SECTION (index.html)
=============================== */
.get-involved-section {
    background: linear-gradient(135deg, rgba(250, 75, 28, 0.03) 0%, rgba(241, 249, 251, 0.5) 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.get-involved-section p {
    margin-top: 20px;
    color: #666;
    font-size: 16px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.get-involved-section ul {
    margin-top: 50px;
}

/* ================================
   CUSTOM FOOTER (Volunteer.html)
=============================== */
.custom-footer {
    background: #1a1a2e;
    position: relative;
    overflow: hidden;
}

.custom-footer-wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    transform: rotate(180deg);
}

.custom-footer-wave svg {
    width: 100%;
    height: 100%;
}

.custom-footer-main {
    padding: 80px 0 40px;
    position: relative;
    z-index: 1;
}

.custom-footer-top {
    display: grid;
    grid-template-columns: 1.2fr 2fr;
    gap: 60px;
    margin-bottom: 50px;
}

.cf-brand-section {
    padding-right: 40px;
}

.cf-logo-wrap {
    margin-bottom: 20px;
}

.cf-logo {
    width: 120px;
    height: auto;
    border-radius: 12px;
}

.cf-tagline {
    margin-bottom: 25px;
}

.cf-tagline-main {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
}

.cf-tagline-sub {
    display: block;
    font-size: 16px;
    color: #fa6b25;
    font-weight: 500;
}

.cf-about {
    color: #a0a0b0;
    line-height: 1.8;
    font-size: 15px;
    margin-bottom: 30px;
}

.cf-donate-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #fa6b25, #ff8c42);
    color: white;
    padding: 14px 28px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cf-donate-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(250, 107, 37, 0.4);
}

.cf-btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    font-size: 12px;
}

.cf-links-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.cf-column-title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
}

.cf-column-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, #fa6b25, #ff8c42);
    border-radius: 3px;
}

.cf-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cf-links li {
    margin-bottom: 14px;
}

.cf-links a {
    color: #a0a0b0;
    text-decoration: none;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.cf-links a:hover {
    color: #fa6b25;
    padding-left: 8px;
}

.cf-link-arrow {
    color: #fa6b25;
    font-size: 12px;
}

.cf-contact-info {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cf-contact-info li {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.cf-contact-icon {
    width: 42px;
    height: 42px;
    background: rgba(250, 107, 37, 0.15);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fa6b25;
    font-size: 16px;
    flex-shrink: 0;
}

.cf-contact-text {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.cf-contact-text span,
.cf-contact-text a {
    color: #a0a0b0;
    font-size: 14px;
    line-height: 1.5;
    text-decoration: none;
    transition: color 0.3s;
}

.cf-contact-text a:hover {
    color: #fa6b25;
}

.custom-footer-social {
    padding: 30px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.cf-social-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.cf-social-label {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.cf-social-links {
    display: flex;
    gap: 15px;
}

.cf-social-link {
    width: 45px;
    height: 45px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cf-social-link::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 12px;
    opacity: 0;
    transition: opacity 0.3s;
}

.cf-fb { background: #1877f2; }
.cf-fb::before { background: #0d5dc7; }

.cf-tw { background: #1da1f2; }
.cf-tw::before { background: #0c85d0; }

.cf-in { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.cf-in::before { background: linear-gradient(45deg, #d77d2e, #c45b2d, #bd1f3a, #ad1d6e, #9c1484); }

.cf-li { background: #0077b5; }
.cf-li::before { background: #005a8c; }

.cf-yt { background: #ff0000; }
.cf-yt::before { background: #cc0000; }

.cf-social-link:hover::before {
    opacity: 1;
}

.cf-social-link:hover {
    transform: translateY(-5px) scale(1.1);
}

.cf-social-tooltip {
    position: absolute;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    color: #1a1a2e;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.cf-social-tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: #fff;
}

.cf-social-link:hover .cf-social-tooltip {
    opacity: 1;
    visibility: visible;
    bottom: 130%;
}

.custom-footer-bottom {
    background: #14142a;
    padding: 25px 0;
}

.cf-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.cf-copyright {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #a0a0b0;
    font-size: 14px;
}

.cf-copyright-icon {
    color: #fa6b25;
    font-size: 18px;
    animation: heartbeat 1.5s ease infinite;
}

@keyframes heartbeat {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.2); }
}

.cf-copyright strong {
    color: #fff;
}

.cf-bottom-links {
    display: flex;
    align-items: center;
    gap: 15px;
}

.cf-bottom-links a {
    color: #a0a0b0;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.cf-bottom-links a:hover {
    color: #fa6b25;
}

.cf-divider {
    color: #404060;
}

@media (max-width: 991px) {
    .custom-footer-top {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .cf-brand-section {
        padding-right: 0;
        text-align: center;
    }
    
    .cf-logo-wrap {
        display: flex;
        justify-content: center;
    }
    
    .cf-tagline {
        text-align: center;
    }
    
    .cf-cta-box {
        display: flex;
        justify-content: center;
    }
    
    .cf-links-section {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .cf-column-title::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .cf-column-title {
        text-align: center;
    }
    
    .cf-contact-info li {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .cf-links-section {
        grid-template-columns: 1fr;
    }
    
    .cf-bottom-content {
        flex-direction: column;
        text-align: center;
    }
    
    .cf-social-content {
        flex-direction: column;
    }
}

/* Scroll to Top Button */
.scroll-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.scroll-to-top.active {
    opacity: 1;
    visibility: visible;
}

.scroll-to-top__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: linear-gradient(120deg, var(--thm-primary), #4f7f2c);
    color: #ffffff;
    border-radius: 50%;
    font-size: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.scroll-to-top__btn:hover {
    background: linear-gradient(120deg, #4f7f2c, var(--thm-primary));
    transform: translateY(-3px);
}


